normal assignment statementの例文
例文
携帯版
- You use a normal assignment statement to assign an object to an object variable
- An augmented assignment evaluates the target ( which , unlike normal assignment statements , cannot be an unpacking ) and the expression list , performs the binary operation specific to the type of assignment on the two operands , and assigns the result to the original target
